Jump to content

Implement the actual <body ...> from the Wrapper as <% BODY %

Featured Replies

Posted

For some Javascript applications I need to put some code in the <body> tag, but only on some of the pages.
Matt, could you therefore implement the <body>-tag as you have done with the <% TITLE %> so that it is possible to add some code in there, dependent on which page is beeing called.

  • 3 weeks later...

I think it would be more to the point if you just wrote it into your javascript.

window.onload = function (e) { doSomething(); }

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.